Eclipse Platform
Pre-release 3.0

org.eclipse.update.core.model
Class InstallAbortedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.core.runtime.CoreException
              extended byorg.eclipse.update.core.model.InstallAbortedException
All Implemented Interfaces:
Serializable

public class InstallAbortedException
extends CoreException

Exception thrown when the user cancelled an installation.

Since:
2.0
See Also:
Feature.install(IFeature, IVerificationListener, IProgressMonitor), Serialized Form

Constructor Summary
InstallAbortedException(String msg, Exception e)
          Construct the exception indicating enclosing CoreException
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstallAbortedException

public InstallAbortedException(String msg,
                               Exception e)
Construct the exception indicating enclosing CoreException

Since:
2.0

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.